Skip to content

Update landing page - #185

Merged
nk-ag merged 2 commits into
FailproofAI:mainfrom
nk-ag:dev/nikiagarwal/landingpagetext
Aug 11, 2025
Merged

Update landing page#185
nk-ag merged 2 commits into
FailproofAI:mainfrom
nk-ag:dev/nikiagarwal/landingpagetext

Conversation

@nk-ag

@nk-ag nk-ag commented Aug 11, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Aug 11, 2025

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Summary by CodeRabbit

  • Style
    • Updated landing page copy: headers now emphasize “plug into Exosphere” and “scalable infra for your AI agents.”
    • Refreshed descriptions to highlight autoscaling, branching logic, and reliable state persistence from prototype to millions of tasks.
    • Updated CTA labels: “Start batching” changed to “Book a call” and “See how it works.” Clicking still opens Calendly.
    • Adjusted large-screen paragraph text sizing for the agents section.

Walkthrough

Updated landing page copy in two React components, changing headers, paragraphs, and button labels. Maintained existing onClick behavior to open Calendly. Introduced a potential typo in a CSS className in OrbitalSystem.tsx. No structural, logic, or exported API changes.

Changes

Cohort / File(s) Summary of changes
Landing page CTAs and hero
landing-page/src/components/BookCallCTA.tsx, landing-page/src/components/OrbitalSystem.tsx
Updated headers, paragraphs, and CTA labels (“Start batching” → “Book a call” / “See how it works”); preserved Calendly onClick. In OrbitalSystem.tsx, className changed from lg:text-xl to lga:text-xl (likely a typo). No structural or export changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~7 minutes

Possibly related PRs

Poem

A rabbit taps the cosmic UI keys,
Swapping words like leaves in breeze.
“Book a call,” the buttons sing,
Orbits hum, agents take wing.
Mind the tiny ‘lg’ gone stray—
One small hop makes styles sway.
Launch, nibble, iterate today!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9d23c3e and b16bbc9.

📒 Files selected for processing (2)
  • landing-page/src/components/BookCallCTA.tsx (2 hunks)
  • landing-page/src/components/OrbitalSystem.tsx (2 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello @nk-ag, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

I've updated the landing page's marketing copy to better articulate the product's value proposition, specifically introducing "Exosphere" and its core capabilities for managing AI agents. The changes focus on refining the messaging in key sections, including the main call-to-action and the hero section, to provide a clearer and more compelling narrative about the platform's benefits.

Highlights

  • Updated CTA Section Copy: The main call-to-action (CTA) section's heading and descriptive text have been updated to introduce "Exosphere" and its benefits for AI workflow management.
  • Refined CTA Button Text: The CTA button text in the BookCallCTA component was changed from "Start batching" to "Book a call" for clearer user action.
  • Revised Hero Section Messaging: The primary hero section's heading and paragraph were revised to emphasize "scalable infra for your AI agents" and detail its dynamic workflow, autoscaling, and state persistence features.
  • Adjusted Hero Button Text: A button in the hero section was updated from "Start batching" to "See how it works" to better guide users towards more information.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments or fill out our survey to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@nk-ag
nk-ag merged commit b3aa750 into FailproofAI:main Aug 11, 2025
2 of 3 checks passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the text content on the landing page, specifically in the BookCallCTA and OrbitalSystem components, to better reflect the product's offerings. My review identifies a typo in a Tailwind CSS class that would prevent a style from being applied, and also suggests some formatting improvements for better code readability.

Comment on lines +30 to +31
<p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lga:text-xl mb-6 md:mb-8 drop-shadow-md text-center md:text-left`}>
Dynamically branch workflows at runtime, automatically scale compute resources, and reliably persist agent state so your AI agents can handle any workload effortlessly.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

There's a typo in the Tailwind CSS class lga:text-xl on line 30; it should be lg:text-xl. This typo prevents the text-xl style from being applied on large screens. Additionally, the text content on line 31 is not correctly indented, which affects code readability.

            <p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lg:text-xl mb-6 md:mb-8 drop-shadow-md text-center md:text-left`}>
              Dynamically branch workflows at runtime, automatically scale compute resources, and reliably persist agent state so your AI agents can handle any workload effortlessly.

Comment on lines +13 to +14
Offload autoscaling, branching logic, and state storage. Exosphere keeps every agent running reliably from your first prototype to millions of tasks.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The text content within this <p> tag has inconsistent indentation and an unnecessary blank line. For better readability and to maintain a consistent code style, please correct the indentation and remove the extra line.

          Offload autoscaling, branching logic, and state storage. Exosphere keeps every agent running reliably from your first prototype to millions of tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant